Skip to content

Commit 7d7ae03

Browse files
committed
Partially revert "Fix test for CERN/master."
1 parent 3c00763 commit 7d7ae03

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

test/Pragmas/multiArgument.C

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"BEGIN"
1313
// CHECK: (const char [6]) "BEGIN"
1414

15+
1516
#pragma cling load("P0.h", "P1.h","P2.h")
1617

1718
ValueA
@@ -28,11 +29,6 @@ ValueC
2829
.undo
2930
.undo
3031

31-
// FIXME: When print Transactions are properly parenteted remove these
32-
.undo
33-
.undo
34-
.undo
35-
3632
ValueA // expected-error {{use of undeclared identifier 'ValueA'}}
3733

3834
#pragma cling load "P0.h" "P1.h" "P2.h"
@@ -50,11 +46,6 @@ ValueC
5046
.undo
5147
.undo
5248

53-
// FIXME: When print Transactions are properly parenteted remove these
54-
.undo
55-
.undo
56-
.undo
57-
5849
ValueB // expected-error {{use of undeclared identifier 'ValueB'}}
5950

6051
#pragma cling(load, "P0.h", "P1.h", "P2.h")

0 commit comments

Comments
 (0)