diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/Defer02.script')
-rwxr-xr-x | testsuite/tests/ghci/scripts/Defer02.script | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/Defer02.script b/testsuite/tests/ghci/scripts/Defer02.script index 3fc6aff5b0..3ff0bee911 100755 --- a/testsuite/tests/ghci/scripts/Defer02.script +++ b/testsuite/tests/ghci/scripts/Defer02.script @@ -1,6 +1,6 @@ -- Test -fwarn-type-errors -- This test shows how each error is printed at runtime -:l ../../typecheck/should_run/Defer01 +:l Defer01 t5624 print a print (b B) @@ -11,4 +11,4 @@ print (h ()) print (i ()) print j print (k 2) -l
\ No newline at end of file +l |