diff C++/tests/Base64/main.cpp @ 485:898d8b29a4f1

Switch to lowercase filenames
author David Demelier <markand@malikania.fr>
date Thu, 12 Nov 2015 21:53:36 +0100
parents 3f29e6c05983
children
line wrap: on
line diff
--- a/C++/tests/Base64/main.cpp	Thu Nov 12 11:46:04 2015 +0100
+++ b/C++/tests/Base64/main.cpp	Thu Nov 12 21:53:36 2015 +0100
@@ -18,7 +18,7 @@
 
 #include <gtest/gtest.h>
 
-#include <Base64.h>
+#include <base64.h>
 
 TEST(Lookup, lookup)
 {