summaryrefslogtreecommitdiff
path: root/tests/examplefiles/as3_test3.as
diff options
context:
space:
mode:
authorMatth?us G. Chajdas <dev@anteru.net>2019-11-10 13:56:53 +0100
committerMatth?us G. Chajdas <dev@anteru.net>2019-11-10 13:56:53 +0100
commit1dd3124a9770e11b6684e5dd1e6bc15a0aa3bc67 (patch)
tree87a171383266dd1f64196589af081bc2f8e497c3 /tests/examplefiles/as3_test3.as
parentf1c080e184dc1bbc36eaa7cd729ff3a499de568a (diff)
downloadpygments-master.tar.gz
Remove all files, redirect to GitHub.HEADmaster
Diffstat (limited to 'tests/examplefiles/as3_test3.as')
-rw-r--r--tests/examplefiles/as3_test3.as3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/examplefiles/as3_test3.as b/tests/examplefiles/as3_test3.as
deleted file mode 100644
index b6954863..00000000
--- a/tests/examplefiles/as3_test3.as
+++ /dev/null
@@ -1,3 +0,0 @@
-protected function remote(method : String, ...args : Array) : Boolean {
- return true;
-}