blob: 1c274bd473156f36f452872543ff2646aeedd8f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/test/build.cake b/test/build.cake
index a9d0f57..74254c2 100644
--- a/test/build.cake
+++ b/test/build.cake
@@ -21,7 +21,6 @@ sources = script.cwd([
'counted.cpp',
'generator_tests.cpp',
'recursive_generator_tests.cpp',
- 'async_generator_tests.cpp',
'async_auto_reset_event_tests.cpp',
'async_manual_reset_event_tests.cpp',
'async_mutex_tests.cpp',
|