diff options
Diffstat (limited to 'test/std/algorithms/alg.nonmodifying/alg.equal')
-rw-r--r-- | test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp b/test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp index 234879149ae3..449753fc263a 100644 --- a/test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp +++ b/test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp @@ -61,6 +61,6 @@ int main() random_access_iterator<const int*>(ia+s), random_access_iterator<const int*>(ia), random_access_iterator<const int*>(ia+s-1))); - + #endif } |