Skip to content

Commit e02b3f3

Browse files
Update rmake.rs
1 parent 1b6e01b commit e02b3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-make/link-under-xcode/rmake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fn main() {
1717

1818
// Check that compiling and linking still works.
1919
//
20-
// Removing `SDKROOT` is necessary for the test to excercise what we want, since bootstrap runs
20+
// Removing `SDKROOT` is necessary for the test to exercise what we want, since bootstrap runs
2121
// under `/usr/bin/python3`, which will set SDKROOT for us.
2222
rustc().target(target()).env_remove("SDKROOT").env("PATH", &path).input("foo.rs").run();
2323

0 commit comments

Comments
 (0)