Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1360)

Unified Diff: tests/standalone/io/addlatexhash_test.dart

Issue 877253004: Test addlatexhash_test: fix missed renamed variable. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/addlatexhash_test.dart
diff --git a/tests/standalone/io/addlatexhash_test.dart b/tests/standalone/io/addlatexhash_test.dart
index d52d0558babe290d373d585a5fae6f1b56a0bf3c..1f189ab45f7097b836458e852f0ada8303c6f650 100755
--- a/tests/standalone/io/addlatexhash_test.dart
+++ b/tests/standalone/io/addlatexhash_test.dart
@@ -157,7 +157,7 @@ testSameDVI(String tmpDirPath) {
listPath]);
runDvi2tty(dviFile) =>
- Process.runSync("dvi2tty", [dviFile], workingDirectory: tmpDir.path);
+ Process.runSync("dvi2tty", [dviFile], workingDirectory: tmpDirPath);
chkDvi2tty(file, subject) =>
checkAction(runDvi2tty(file), "dvitty on $subject failed");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698