Merge "Rename fortify_sprintf_warnings.cpp to fortify_compilation_test.cpp."
diff --git a/tests/Android.mk b/tests/Android.mk
index b3eea06..0a83e84 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -388,7 +388,7 @@
LOCAL_CLANG := false
LOCAL_MODULE := bionic-compile-time-tests-g++
LOCAL_CPPFLAGS := -Wall
-LOCAL_SRC_FILES := fortify_sprintf_warnings.cpp
+LOCAL_SRC_FILES := fortify_compilation_test.cpp
include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
diff --git a/tests/fortify_sprintf_warnings.cpp b/tests/fortify_compilation_test.cpp
similarity index 100%
rename from tests/fortify_sprintf_warnings.cpp
rename to tests/fortify_compilation_test.cpp