]> git.saurik.com Git - apple/libc.git/blobdiff - tests/assumes_legacy.c
Libc-1272.200.26.tar.gz
[apple/libc.git] / tests / assumes_legacy.c
index 772d4f957a349e3e1d3cb1b01e08397ccb37d342..91a234f62c622d3c5722c649fa7ed69a3555b00a 100644 (file)
@@ -16,7 +16,7 @@ void os_crash_function(const char *message) {
        }
 }
 
-T_DECL(os_crash_sanity, "sanity check for os_crash")
+T_DECL(os_crash_sanity_legacy, "sanity check for os_crash")
 {
        expected_message = "My AWESOME assertion message.";
        os_crash(expected_message);