Fix unpretty UI test when /tmp does not exist
This commit is contained in:
parent
4a52e9cc2a
commit
47192937d4
@ -1,4 +1,4 @@
|
|||||||
//@ normalize-stderr-test "error `.*`" -> "$$ERROR_MESSAGE"
|
//@ normalize-stderr-test "error `.*`" -> "$$ERROR_MESSAGE"
|
||||||
//@ compile-flags: -o/tmp/ -Zunpretty=ast-tree
|
//@ compile-flags: -o. -Zunpretty=ast-tree
|
||||||
|
|
||||||
fn main() {}
|
fn main() {}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
error: failed to write `/tmp/` due to $ERROR_MESSAGE
|
error: failed to write `.` due to $ERROR_MESSAGE
|
||||||
|
|
||||||
error: aborting due to 1 previous error
|
error: aborting due to 1 previous error
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user