Skip to content

Commit 948c50f

Browse files
committed
[roottest] Update reference files after LLVM22
1 parent f3bdff9 commit 948c50f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
In file included from input_line_23:1:
1+
In file included from input_line_25:1:
22
ROOT8442.C:3:3: error: use of undeclared identifier 'notdeclared'
33
notdeclared = 42;
4-
^
4+
^~~~~~~~~~~

roottest/cling/specialobj/f02.ref

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Processing runf02.C...
22
input_line_FILTERED:2:3: error: use of undeclared identifier 'UNKNOWN'
33
(UNKNOWN(42))
4-
^
4+
^~~~~~~
55
Error in <HandleInterpreterException>: Error evaluating expression (UNKNOWN(42))
66
Execution of your code was aborted.
77
input_line_FILTERED:2:3: error: use of undeclared identifier 'ThisReallyDoesNotExist'
88
(ThisReallyDoesNotExist[42])
9-
^
9+
^~~~~~~~~~~~~~~~~~~~~~
1010
Error in <HandleInterpreterException>: Error evaluating expression (ThisReallyDoesNotExist[42])
1111
Execution of your code was aborted.
1212
input_line_FILTERED:2:7: error: use of undeclared identifier 'WhyAmI'
13-
(1 ? WhyAmI : 0)
14-
^
13+
(1 ? WhyAmI : 0)
14+
^~~~~~
1515
Error in <HandleInterpreterException>: Error evaluating expression (1 ? WhyAmI : 0)
1616
Execution of your code was aborted.
1717
(int) 0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
In file included from input_line_8:1:
22
/home/axel/build/root/github/roottest/cling/specialobj/unhappy.C:5:19: error: use of undeclared identifier 'I_really_do_not_exist'
33
static int f(){ I_really_do_not_exist(); return 0; }
4-
^
4+
^~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)