1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 08:49:37 +00:00

Disambiguate Storage.hpp.

This commit is contained in:
Thomas Harte 2023-05-10 15:06:39 -05:00
parent 5cc19f436f
commit 882384b1f3

View File

@ -8,7 +8,7 @@
#import <XCTest/XCTest.h>
#include "Storage.hpp"
#include "../../../Storage/Storage.hpp"
@interface TimeTests : XCTestCase
@end