From cb658f5ce588dfac4826a5ce4d343738759c0c84 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 7 Jan 2021 05:51:15 -0500 Subject: Remove emoji from welcome script so it looks better on windows (#9031) --- cli/tests/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index b42315e1a..31d634274 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -4740,7 +4740,7 @@ fn compile() { .wait_with_output() .unwrap(); assert!(output.status.success()); - assert_eq!(output.stdout, "Welcome to Deno 🦕\n".as_bytes()); + assert_eq!(output.stdout, "Welcome to Deno!\n".as_bytes()); } #[test] -- cgit v1.2.3