Comment redirection test and restore its previous glory.

This reverts commit f1538c4f30.
This commit is contained in:
Frederich Munch 2017-01-24 18:28:49 -05:00 committed by sftnight
parent 4b1389bf38
commit 7bf90d02f3

View File

@ -147,11 +147,12 @@ c = 9937
.&>> $CLING_TMP/bothfile.txt
var = 999
//CHECK-REDIRECTBOTH: (int) 999
.1>$CLING_TMP/anotheroutfile.txt
// Test that exiting in a redirected state will flush properly
.1> $CLING_TMP/anotheroutfile.txt
a = 710
//CHECK-REDIRECTANOTHER: (int) 710
b = 711
//CHECK-REDIRECTANOTHER: (int) 711
c = 712
//CHECK-REDIRECTANOTHER: (int) 712