diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2011-10-13 12:23:50 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-11-02 14:13:22 -0700 |
| commit | 8011e3fabb38e5bbc40038b540459595cce7a995 (patch) | |
| tree | f4e5e59cce6db49091f8613dab24cffc383d6cfa /src/rt/test/rust_test_util.cpp | |
| parent | 020cd360e1e4406c3dae93004b45104a2324d3c7 (diff) | |
| download | rust-8011e3fabb38e5bbc40038b540459595cce7a995.tar.gz rust-8011e3fabb38e5bbc40038b540459595cce7a995.zip | |
hack around on makefiles trying to get a 64 bit build
right now there are many temporary hacks, search for NDM to find them
Diffstat (limited to 'src/rt/test/rust_test_util.cpp')
| -rw-r--r-- | src/rt/test/rust_test_util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/test/rust_test_util.cpp b/src/rt/test/rust_test_util.cpp index 2e9d764f69b..9c6c5d7e2e3 100644 --- a/src/rt/test/rust_test_util.cpp +++ b/src/rt/test/rust_test_util.cpp @@ -54,7 +54,7 @@ rust_synchronized_indexed_list_test::run() { delete worker; } - long long expected_items = LARGE_COUNT * THREADS; + size_t expected_items = LARGE_COUNT * THREADS; CHECK(list.length() == expected_items); |
