Skip to content

Commit e530c2e

Browse files
committed
Test for ROOT-7113: pragma once on prompt.
1 parent 71e133d commit e530c2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interpreter/cling/test/Prompt/cppmacros.C

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ void cppmacros() {
1818
}
1919

2020
#pragma clang diagnostic ignored "-Wkeyword-compat" // ROOT-6531
21+
22+
#pragma once // ROOT-7113

0 commit comments

Comments
 (0)