Skip to content

Commit 4f30c68

Browse files
RalfJungAaron1011
andauthored
Fix comment
Co-authored-by: Aaron Hill <aa1ronham@gmail.com>
1 parent d022603 commit 4f30c68

File tree

1 file changed

+1
-1
lines changed
  • src/test/ui/consts/miri_unleashed

1 file changed

+1
-1
lines changed

Diff for: src/test/ui/consts/miri_unleashed/tls.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::thread;
77
#[thread_local]
88
static A: u8 = 0;
99

10-
// Make sure we catch executing inline assembly.
10+
// Make sure we catch accessing thread-local storage.
1111
static TEST_BAD: () = {
1212
unsafe { let _val = A; }
1313
//~^ ERROR could not evaluate static initializer

0 commit comments

Comments
 (0)