aboutsummaryrefslogtreecommitdiff
path: root/test/source/TestIntrusiveSList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/TestIntrusiveSList.cpp')
-rw-r--r--test/source/TestIntrusiveSList.cpp38
1 files changed, 0 insertions, 38 deletions
diff --git a/test/source/TestIntrusiveSList.cpp b/test/source/TestIntrusiveSList.cpp
deleted file mode 100644
index 0112eea..0000000
--- a/test/source/TestIntrusiveSList.cpp
+++ /dev/null
@@ -1,38 +0,0 @@
-/////////////////////////////////////////////////////////////////////////////
-// Copyright (c) Electronic Arts Inc. All rights reserved.
-/////////////////////////////////////////////////////////////////////////////
-
-
-#include "EASTLTest.h"
-#include <EASTL/bonus/intrusive_slist.h>
-#include <EABase/eabase.h>
-
-
-
-// Template instantations.
-// These tell the compiler to compile all the functions for the given class.
-//template class intrusive_slist<int>;
-
-
-
-int TestIntrusiveSList()
-{
- int nErrorCount = 0;
-
- // As of this writing, we don't yet have a completed intrusive_slist implementation.
- // The interface is in place but the implementation hasn't been done yet.
-
- return nErrorCount;
-}
-
-
-
-
-
-
-
-
-
-
-
-