diff options
author | Ian Rogers <irogers@google.com> | 2013-01-10 20:19:59 -0800 |
---|---|---|
committer | Ian Rogers <irogers@google.com> | 2013-01-10 20:26:06 -0800 |
commit | 54a63fdbeccf8f976dfa8af741629d013c24476e (patch) | |
tree | 6b6a699d665334fbe26848f119e0ecfdd7fc443a /test/103-string-append/info.txt | |
parent | 0ab2080369f080c9fd7bd975bbece6d0b82e3b6b (diff) | |
download | art-54a63fdbeccf8f976dfa8af741629d013c24476e.zip art-54a63fdbeccf8f976dfa8af741629d013c24476e.tar.gz art-54a63fdbeccf8f976dfa8af741629d013c24476e.tar.bz2 |
Move MemUsage into run-test.
Change-Id: If14a75aa1a2297ea51577baa5b4ee9e654c5db1a
Diffstat (limited to 'test/103-string-append/info.txt')
-rw-r--r-- | test/103-string-append/info.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/103-string-append/info.txt b/test/103-string-append/info.txt new file mode 100644 index 0000000..f8be9b4 --- /dev/null +++ b/test/103-string-append/info.txt @@ -0,0 +1 @@ +Simple test that triggers GC by appending to a String. |