Undoing accidental commit.

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@4453 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
msridhar1 2012-02-08 15:35:56 +00:00
parent d7544c111f
commit eb1f59407d
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public abstract class TestForInBodyExtraction {
" dest[p] = src[p];" +
" })(p);" +
" }" +
"}");
"}");
}
// example from the paper, but with single-statement loop body