Commit 8ba9a001 authored by Vikas Kumar's avatar Vikas Kumar Committed by Facebook Github Bot 1

s/PortabilityTimeTest.cpp/TimeTest.cpp

Summary:
The test file in `../portability/test` is named `TimeTest.cpp`. Makefile refers to it as `PortabilityTimeTest.cpp`. Possibly a typo. Or the test file should be renamed to `PortabilityTimeTest.cpp`.
Closes https://github.com/facebook/folly/pull/438

Reviewed By: yfeldblum

Differential Revision: D3558452

Pulled By: Orvid

fbshipit-source-id: 0cee874b63e98e671153c507f42a7a3b9d8084c1
parent 78890b3f
...@@ -229,7 +229,7 @@ indestructible_test_SOURCES = IndestructibleTest.cpp ...@@ -229,7 +229,7 @@ indestructible_test_SOURCES = IndestructibleTest.cpp
indestructible_test_LDADD = libfollytestmain.la indestructible_test_LDADD = libfollytestmain.la
TESTS += indestructible_test TESTS += indestructible_test
portability_time_test_SOURCES = ../portability/test/PortabilityTimeTest.cpp portability_time_test_SOURCES = ../portability/test/TimeTest.cpp
portability_time_test_LDADD = libfollytestmain.la portability_time_test_LDADD = libfollytestmain.la
TESTS += portability_time_test TESTS += portability_time_test
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment