summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Shih <rayshih@fb.com>2020-07-22 12:15:27 -0700
committerRay Shih <rayshih@fb.com>2020-07-22 12:15:27 -0700
commit19f47da7bb847ab55e2043d2f1707e47c1353684 (patch)
tree56572ca09db3e2c0b6e4927840029035af05f7b4
parent8830133fae898dc44705cede646c4d732a9f6f88 (diff)
downloadhaskell-19f47da7bb847ab55e2043d2f1707e47c1353684.tar.gz
Fix test T14052
Summary: It should use collect_stats instead of collect_compiler_stats, because the corresponding option is not used in simple_run. Test Plan: ./validate
-rw-r--r--testsuite/tests/perf/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index 6095317ac1..33ee5489dd 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -330,7 +330,7 @@ test('T13623',
['-O2'])
test('T14052',
- [collect_compiler_stats('bytes allocated',15)],
+ [collect_stats('bytes allocated',15)],
ghci_script,
['T14052.script'])