Skip to content

Commit 9c41528

Browse files
bleibigbrson
authored andcommitted
---
yaml --- r: 48635 b: refs/heads/snap-stage3 c: 6152425 h: refs/heads/master i: 48633: 9cedc91 48631: 98dac39 v: v3
1 parent dbdded1 commit 9c41528

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 3bbcac322669cff3abde5be937cc4ec3860f3985
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: f1928d8e2c52cef8426a4c438fc050180a96edb6
4+
refs/heads/snap-stage3: 61524251800ba5408166b45ef640f87da965dd73
55
refs/heads/try: 2a8fb58d79e685d5ca07b039badcf2ae3ef077ea
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/compiletest/runtest.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ fn run_debuginfo_test(config: config, props: TestProps, testfile: &Path) {
276276
}
277277
}
278278
if i != num_check_lines {
279-
fatal(fmt!("line not found in debugger output: %s",
280-
props.check_lines[i]));
279+
fatal_ProcRes(fmt!("line not found in debugger output: %s"
280+
props.check_lines[i]), ProcRes);
281281
}
282282
}
283283
}

0 commit comments

Comments
 (0)