diff options
| author | grischka <grischka> | 2014-04-07 11:20:45 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2014-04-07 11:20:45 +0200 |
| commit | f90bad092510c751afbd9286b9946691a416d2a1 (patch) | |
| tree | ade8035d4181b3b962434670e63808cdfb772cf3 /tests/tests2/31_args.expect | |
| parent | 76accfb8d5b16664207fa8ae43d02b015bc8e019 (diff) | |
| download | tinycc-f90bad092510c751afbd9286b9946691a416d2a1.tar.gz tinycc-f90bad092510c751afbd9286b9946691a416d2a1.tar.bz2 | |
tests2: cleanup
- remove -norunsrc switch
Meaning and usage (-run -norun...???) look sort of screwed. Also
general usefulness is unclear, so it was actually to support exactly
one (not even very interesting) test
This partially reverts e31579b0769e1f9c0947d12e83316d1149307b1a
Diffstat (limited to 'tests/tests2/31_args.expect')
| -rw-r--r-- | tests/tests2/31_args.expect | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/tests2/31_args.expect b/tests/tests2/31_args.expect index c392b67..8c60bfc 100644 --- a/tests/tests2/31_args.expect +++ b/tests/tests2/31_args.expect @@ -1,7 +1,6 @@ hello world 6 -arg 0: 31_args.c -arg 1: - -arg 2: arg1 -arg 3: arg2 -arg 4: arg3 -arg 5: arg4 +arg 1: arg1 +arg 2: arg2 +arg 3: arg3 +arg 4: arg4 +arg 5: arg5 |
