Fix broken test

This commit is contained in:
Ryan Hunt
2018-01-04 23:30:53 -06:00
parent 60d95258ba
commit b0d4578214
3 changed files with 0 additions and 6 deletions
-2
View File
@@ -14,6 +14,4 @@ extern Foo FOO;
extern const int32_t NUMBER;
extern const char* STRING;
void root();
-2
View File
@@ -15,8 +15,6 @@ extern Foo FOO;
extern const int32_t NUMBER;
extern const char* STRING;
void root();
} // extern "C"
-2
View File
@@ -1,7 +1,5 @@
#[no_mangle]
pub static NUMBER: i32 = 10;
#[no_mangle]
pub static STRING: &'static libc::c_char = "hello world";
#[repr(C)]
struct Foo {